CSecurityKeyDataXfer.cs
Code Type: C# Class
Uses Classes: CStatus, CDataParameterList, CDataSet
Uses PL/SQL Procedures: PCK_SECURITY_KEY.SaveSecurityKey, PCK_SECURITY_KEY.GetSecurityKeyByNameRS

Lines of Code: 53

public class CSecurityKeyDataXfer : CData

	Summary description for CSecurityKeyData 

public CStatus SaveSecurityKey( long lXferSystemID,
                                    long lUserID,
                                    long lSecurityKeyID,
                                    string strSecurityKeyName)

	saves a security key 

public bool HasSecurityKey(long lUserID,
                               string strKeyName)

	does the user have a security keys by key name 

	

